Description
Show the document creation form given a type. This is a void operation: the input object is returned back as the output.
Operation id | Seam.CreateDocumentForm |
Aliases | WebUI.ShowCreateForm
|
Category | User Interface |
Label | Show Create Document Page |
Requires | Seam |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Seam.CreateDocumentForm",
"aliases" : [ "WebUI.ShowCreateForm" ],
"label" : "Show Create Document Page",
"category" : "User Interface",
"requires" : "Seam",
"description" : "Show the document creation form given a type. This is a void operation: the input object is returned back as the output.",
"url" : "Seam.CreateDocumentForm",
"signature" : [ "void", "void" ],
"params" : [ {
"name" : "type",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}